projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b63c32
)
gtkfilechooserwidget: Unseal private pointer
author
Javier Jardón
<jjardon@gnome.org>
Fri, 4 Jun 2010 21:28:22 +0000
(23:28 +0200)
committer
Javier Jardón
<jjardon@gnome.org>
Tue, 13 Jul 2010 17:40:47 +0000
(19:40 +0200)
gtk/gtkfilechooserwidget.h
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserwidget.h
b/gtk/gtkfilechooserwidget.h
index fbc04c9d6e05550238868b1b33937d02ec6c1a10..60215172786c773dcaa7ddcfd42557bb1976b511 100644
(file)
--- a/
gtk/gtkfilechooserwidget.h
+++ b/
gtk/gtkfilechooserwidget.h
@@
-45,7
+45,7
@@
struct _GtkFileChooserWidget
{
GtkVBox parent_instance;
- GtkFileChooserWidgetPrivate *
GSEAL (priv)
;
+ GtkFileChooserWidgetPrivate *
priv
;
};
struct _GtkFileChooserWidgetClass